home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0201.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  3.8 KB  |  103 lines

  1. I want to know, which is the best form to work with winsockets aplications and 
  2. WFW 3.11
  3.  
  4.  a) MS TCP/IP for WFW 3.11
  5.  b) odipkt, winpkt, etc.
  6.  c) another suggestion
  7.  
  8. Is there a FAQ about this?
  9. Thanks in advance, Fernando
  10. From news@bigblue.oit.unc.edu Wed Mar 16 03:54:16 1994
  11. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  12.           id AA18182; Wed, 16 Mar 1994 10:58:40 -0500
  13. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  14.           id AA15984; Wed, 16 Mar 1994 10:52:38 -0500
  15. Received: from GATEWAY by bigblue with netnews
  16.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  17. To: winsock@sunsite.unc.edu
  18. Date: Wed, 16 Mar 1994 08:54:16 EST
  19. From: Chris Sacksteder <CJS@psuvm.psu.edu>
  20. Message-Id: <94075.085417CJS@psuvm.psu.edu>
  21. Organization: Penn State University
  22. Sender: ses
  23. References: <2m630u$sj8@larry.rice.edu>
  24. Subject: Re: FTP software's WSOCKET.dll--what gives?
  25.  
  26. In article <2m630u$sj8@larry.rice.edu>, steve@owlnet.rice.edu (Steven Minor
  27. McClure) says:
  28.  
  29. >I have been using PCTCP from FTP corp. to run under WFW on a 486 PC.
  30. >I know some type of winsock must be operating, because I can open
  31. >several telnet and ftp sessions, both from dos-shell prompts and windows
  32. >proper.
  33.  
  34. Their own applications don't use winsock.
  35.  
  36. >There is a file called wsocket.dll in my c:\pctcp directory
  37. >which I believe to be the winsock.
  38.  
  39. It isn't.
  40.  
  41. >However, FTP'ing things such as
  42. >VBX's and Mosaic and running them, they act as though I didn't have a
  43. >winsock.
  44.  
  45. See that you have PC/TCP's winsock.dll in a directory in the path or the
  46. windows or windows\system directories.  Be sure you don't have a
  47. different winsock.dll in those directories or the working directory
  48. of the app.
  49. From news@bigblue.oit.unc.edu Wed Mar 16 16:06:37 1994
  50. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  51.           id AA24143; Wed, 16 Mar 1994 11:28:39 -0500
  52. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  53.           id AA29389; Wed, 16 Mar 1994 11:06:37 -0500
  54. Received: from GATEWAY by bigblue with netnews
  55.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  56. To: winsock@sunsite.unc.edu
  57. Date: 16 Mar 1994 16:06:37 GMT
  58. From: Bkflynn@gibbs.oit.unc.edu (Brian)
  59. Message-Id: <2m7aqd$cu4@bigblue.oit.unc.edu>
  60. Organization: UNC-Chapel Hill
  61. Sender: ses
  62. Subject: WINVN bug?
  63.  
  64. I've started using WINVN over Trumpet for it's ability to compute threads.
  65. Unfortunately, it tends to give bad article numbers when used with some of
  66. the larger newsgroups.  Has anyone else seen this?
  67.  
  68. Brian
  69. From rcq@mailserv-D.ftp.com Wed Mar 16 07:18:46 1994
  70. Received: from ftp.com (wd40.ftp.com) by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  71.           id AA03727; Wed, 16 Mar 1994 12:19:23 -0500
  72. Received: from mailserv-D.ftp.com by ftp.com  ; Wed, 16 Mar 1994 12:19:22 -0500
  73. Received: from rcq.hurricane.ftp.com by mailserv-D.ftp.com (5.0/SMI-SVR4)
  74.     id AA13135; Wed, 16 Mar 94 12:18:46 EST
  75. Date: Wed, 16 Mar 94 12:18:46 EST
  76. Message-Id: <9403161718.AA13135@mailserv-D.ftp.com>
  77. To: fedfile@access1.digex.net
  78. Subject: Re: SOCK_DGRAM support in WinSock
  79. From: rcq@ftp.com  (Bob Quinn)
  80. Reply-To: rcq@ftp.com
  81. Cc: Multiple recipients of list <winsock@sunsite.unc.edu>
  82. Sender: rcq@mailserv-D.ftp.com
  83. Repository: mailserv-D.ftp.com, [message accepted at Wed Mar 16 12:18:39 1994]
  84. Originating-Client: hurricane.ftp.com
  85. Content-Length: 567
  86.  
  87. >  2) FTP PC/TCP 2.3
  88. >  
  89. >  Misses 20-30% of broadcasts - OK, I know UDP is not guaranteed
  90. >  but if the IBM software can receive all of them, why can't FTP?
  91. >  (Note: we haven't tried the new DLL from them yet)
  92.  
  93. You'll see fewer missed datagrams with the PCTCP kernel if you
  94. request additional buffers when you load the kernel, and request a
  95. larger receive buffer for your UDP socket by calling
  96. setsockopt(SO_RCVBUF).
  97.  
  98. Regards,
  99. --
  100.  Bob Quinn                                             rcq@ftp.com
  101.  FTP Software, Inc.                                No. Andover, MA
  102.  
  103.